home
***
CD-ROM
|
disk
|
other
***
search
/
SGI Hot Mix 8
/
Hot Mix 8.iso
/
.all
/
demos
/
MorfDMG
/
RemoveIt
(
.txt
)
< prev
next >
Wrap
Text File
|
1994-06-22
|
555b
|
18 lines
#!/bin/csh -f
set MYAPP=morf
set CD_PATH=$HOTMIXDIR/demos/MorfDMG
cd $CD_PATH
xwsh -holdonerror -bg royalblue -fg white \
-geom 90x20+100+100 -cursorfg violetred1 -cursorbg violetred1 \
-title "Removing $MYAPP..." \
-e /bin/csh -c \
"echo ; \
echo Installation of this product requires ROOT privileges.; \
echo If your system has a ROOT password, you must enter it.; \
echo If you have no ROOT password, you will not be prompted for it.; \
echo ; \
su root -c './RemoveIt2'"